-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade to use searchv2 #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I didn't manage to support tree structure as before: previously, we had Right now, only fields you explicitly specify are being sent. It's ok for required fields, but it's a problem for optional ones because they don't get included at all. I see two options here: either make the |
These can be separate views. NeoFS is flat object storage by definition, so the default can be a list based on OIDs/attributes of any kind. Then some toggle can switch us to a tree view, but with a note that only objects with "FilePath" attribute are gonna be shown. It's OK, we're presenting raw NeoFS functionality here more than trying to create any polished object management UI like some other projects. |
1cf869a
to
384538a
Compare
e9db7c9
to
045dcf6
Compare
045dcf6
to
a8c0569
Compare
so that users understands which version of api is used in which function Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
a8c0569
to
ba8a84c
Compare
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
closes #234 Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
ba8a84c
to
b94c608
Compare
closes #234
Signed-off-by: Mikhail Petrov mike@nspcc.ru